网站注册帐号取消限制!><input type="text"

来源:百度知道 编辑:UC知道 时间:2024/06/06 05:13:51
<tr borderColor=#333333 bgColor=#111111>
<td width="100"><div align="center"><font color="red">*</font> 帐号:</div></td>
<td><input type="text" name="username" id="username" size="20" maxlength="10" style="ime-mode:disabled" dataType="帐号" msg="帐号" class='inbox01'> 请输入您的帐号.</td>
</tr>

这段代码限制了注册只能输入数字吗? 可以修改为没有限制的吗?
请说具体修改方法 谢谢

你给的不全吧?他应该还调用了一个函数,不过也可以取消限制
<tr borderColor=#333333 bgColor=#111111>
<td width="100"><div align="center"><font color="red">*</font> 帐号:</div></td>
<td><input type="text" name="username" id="username" size="20" maxlength="10" >请输入您的帐号</td>
</tr>

这样就行了